home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000285_news@newsmaster….columbia.edu _Mon Nov 9 14:03:43 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id OAA02630
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 9 Nov 1998 14:03:43 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id OAA17571
  7.     for kermit.misc@watsun; Mon, 9 Nov 1998 14:03:43 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: check tcp/ip
  12. Date: 9 Nov 1998 19:03:42 GMT
  13. Organization: Columbia University
  14. Lines: 12
  15. Message-ID: <727eae$b4r$1@apakabar.cc.columbia.edu>
  16. References: <7276a4$l10$1@garfield.vcn.bc.ca>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9491
  19.  
  20. In article <7276a4$l10$1@garfield.vcn.bc.ca>,
  21. David Stow <dastow@vcn.bc.ca> wrote:
  22. : Could anyone explain how the check tcp/ip command works?
  23. :
  24. CHECK TCP
  25. IF SUCCESS ECHO This version of Kermit was built with TCP/IP support included
  26. ELSE echo This version of Kermit was not built with TCP/IP support included
  27.  
  28. In other words, it checks the compile-time configuration, not the runtime
  29. environment.
  30.  
  31. - Frank